home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / open-look / 02-deskset < prev    next >
Encoding:
Text File  |  1995-07-25  |  2.6 KB  |  71 lines

  1. Subject: OPEN LOOK GUI FAQ 02/04: Sun OpenWindows DeskSet Questions
  2. Newsgroups: comp.windows.open-look,alt.toolkits.xview,comp.windows.news,alt.sys.sun,alt.toolkits.intrinsics,comp.answers,alt.answers,news.answers
  3. From: lee@sq.sq.com (Liam Quin)
  4. Date: Mon, 24 Oct 94 22:06:15 GMT
  5.  
  6. Archive-name: open-look/02-deskset
  7.  
  8.  
  9. Sun DeskSet is the collection of tools you get with OpenWindows;
  10. some of these are being ported to Motif for COSE/CDE: cm, mailtool, maybe
  11. others.
  12.  
  13. [1] What are the default key bindings in textedit and elsewhere?
  14. [2] What can I put in my .ttysrc?     Where is it documented?
  15. [3] Is there a tty-based interface to cm (Calendar Manager)?
  16. [4] How can I arrange to have my .signature included in my outgoing mail?
  17.  
  18. [1] What are the default key bindings in textedit and elsewhere?
  19.  
  20.     See the man page for textedit(1) for some of them.
  21.     In general, the editing/moving commands go in the opposite direction when
  22.     shifted - e.g. Ctrl+w deletes a word, and Ctrl+W deletes the word to the
  23.     right of the insert point.
  24.  
  25.     Meta-i - include file        Meta-f - find selection (forward/backward)
  26.  
  27.     Ctrl-a - start of line        Ctrl-< - back word
  28.     Ctrl-e - end of line        Ctrl-> - forward word
  29.     Ctrl-w - delete word        Ctrl-u - delete to start/END of line
  30.     Ctrl-Return - move to end/START of document
  31.  
  32.     See the O'Reilly XView Reference Manual for a list of some of the default
  33.     keys; see also the olwm or olvwm manual page.
  34.  
  35. [2] What can I put in my .ttysrc?     Where is it documented?
  36.  
  37.     See the manual page for shelltool.
  38.  
  39. Subject: DeskSet, Mailtool, Calendar Manager, etc.
  40.  
  41. [3] Is there a tty-based interface to cm (Calendar Manager)?
  42.     Yes, cm_delete, cm_insert and cm_lookup; these all have manual pages.
  43.     If "man cm_delete" doesn't work or gives strange messages, see under
  44.     Trouble Shooting: Strange Error Messages, below.
  45.  
  46. [4] How can I arrange to have my .signature included in my outgoing mail?
  47.     The best way is:
  48.     $ cd
  49.     $ cp /usr/lib/.textswrc .
  50.     $ chmod +w .textswrc
  51.     edit .textswrc (use vi, textedit, or whatever you prefer)
  52.     add the follwing:
  53.     KEY_RIGHT(3)    FILTER
  54.     cat ~/.signature
  55.     (you might need to change ~ to $HOME)
  56.  
  57.     Now pressing R3 will insert your .signature file.
  58.  
  59.  
  60. [END of deskset FAQ]
  61.  
  62. # @(#) $Id: ol2.faq,v 1.2 94/10/11 17:01:02 lee Exp $
  63.  
  64.  
  65. -- 
  66. Liam Quin, Manager of Contracting, SoftQuad Inc +1 416 239 4801 lee@sq.com
  67. HexSweeper NeWS game;OPEN LOOK+XView+mf-fonts FAQs;lq-text unix text retrieval
  68. SoftQuad HoTMetaL: ftp.ncsa.uiuc.edu:Web/html/hotmetal, and also doc.ic.ac.uk:
  69. packages/WWW/ncsa/..., gatekeeper.dec.com:net/infosys/Mosaic/contrib/SoftQuad/
  70.  
  71.